
# your application/service name to expose as
app.title = "{{cookiecutter.project_name}}"
app.name = "{{cookiecutter.project_short_name}}"
app.version = "{{cookiecutter.version}}"

# ********************************************************
#                Release Configuation
# ********************************************************
openapi.enabled = True

# whether to sample the api request and response
model.sample = False
model.sample.api = "{{cookiecutter.project_short_name}}"
# api sample ratio
model.sample.ratio = 50

# all ymls should be under .app dir
openapi.ymls = ['{{cookiecutter.project_short_name}}']
